home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fix_disk.zip / BOOTCOPY.DOC < prev    next >
Text File  |  1987-03-04  |  3KB  |  73 lines

  1.  
  2.                     BOOTCOPY : Copy Disk Boot Record Program
  3.                            Version 1.00, 04-Mar-1987
  4.                                   SMG Software
  5.  
  6.                              (C) Copyright 1987 by
  7.                                Steven Georgiades
  8.                               All Rights Reserved
  9.  
  10.  
  11.  
  12.          This  program enables the user to copy the disk boot record from a 
  13.     known good disk to a disk which has had its own boot record  corrupted.  
  14.     To determine if a disk's boot record is corrupted,  run DISKINFO on it.  
  15.     If DISKINFO returns strange values,  or if it gives a "Divide Overflow" 
  16.     error, you probably have a corrupted boot record.  When using BOOTCOPY, 
  17.     you  must  ensure  that the source disk is of the same  format  as  the 
  18.     destination  disk.    In  other  words,  if  the  damaged  disk  was  a 
  19.     single÷sided, 8 TPI disk, the source disk must also be single sided and 
  20.     8 TPI.  
  21.  
  22.  
  23.     Command Format: 
  24.  
  25.          BOOTCOPY d1: d2:
  26.  
  27.               d1:  Source Drive Letter.  This is the drive from which the 
  28.                    boot record will be copied, and should contain the known 
  29.                    good disk.  
  30.  
  31.               d2:  Destination Drive Letter.  This is the drive to which 
  32.                    the boot record will be copied, and should contain the 
  33.                    corrupted disk.  
  34.     
  35.  
  36.     Examples:
  37.  
  38.          BOOTCOPY A: B: (Will copy the Boot Record from Drive A: to Drive B:)
  39.  
  40.  
  41.     -----------------------------------------------------------------------
  42.  
  43.          This software is hereby released into the public domain,  and  may 
  44.     therefore  be  freely  copied  and  distributed  within  the  following 
  45.     restrictions: 
  46.  
  47.          1).  It is distributed in its original, unmodified form, including 
  48.               source code and documentation.
  49.  
  50.          2).  No fee is charged for use, copying or distribution.
  51.  
  52.          3).  The program may not be included with other goods or  services 
  53.               supplied  for  a  fee,  unless written permission to do so is 
  54.               obtained in advance from the author.  
  55.  
  56.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  57.     implied,  including  but  not  limited  to  fitfulness for a particular 
  58.     purpose.  
  59.  
  60.          If  you have any questions or comments about this or any other SMG 
  61.     program, write to me at the following address: 
  62.  
  63.                 Steven M. Georgiades
  64.                 SMG Software
  65.                 701-H South Hayward Street
  66.                 Anaheim, CA  92804
  67.  
  68.  
  69.     If you are using this program and find it of value,  your  contribution 
  70.     in  any  amount  ($5.00  suggested)  will be greatly appreciated.  Make 
  71.     checks payable to Steven M. Georgiades.  
  72.                 Thank you.
  73.